home *** CD-ROM | disk | FTP | other *** search
- Path: news.bridge.net!news
- From: David Byrden <100101.2547@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Fishing for Opinions: Global Variables in GUI
- Date: 11 Jan 1996 19:25:44 GMT
- Organization: self-employed
- Message-ID: <4d3o7o$d9m@news.bridge.net>
- References: <4cjg9c$m92@crchh327.rich.bnr.ca>
- NNTP-Posting-Host: ppp-mia1-65.bridge.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
-
- Joe;
-
- If your compiler suports namespaces, your problem is solved. If not,
- you canmake the array 'static' global in a single source file, and put
- the three privileged functions in that same file.
-
- David
-
-
-
-